
body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

body {
	background: #F4F6FB;
	font-family: Source Han Sans CN;
}
#header {
	background: #ffffff;
}

.importantNews {
	margin-top: 20px;
	font-size: 20px;
    line-height: 1.5;
}
.importantNews img{
	width: 100%;
}
.importantNews .cdContentTop {
	margin-top: 20px;
}
.importantNews .cdContentTop .topName {
	color: #333333;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}
.importantNews .cdContentTop .topNamesubheading {
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 18px;
	position: relative;
}
.importantNews .cdContentTop .cdContenttopDetail {
	color: #7F7F7F;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	position: relative;
	height: 20px;
	line-height: 20px;
	/* justify-content: space-around; */
	align-items: center;
}
.importantNews .cdContentTop .cdContenttopDetail .cddetailTime {
	position: absolute;
    left: 140px;
}
.importantNews .cdContentTop .cdContenttopDetail .cddetailSourcw {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.importantNews .cdContentTop .cdContenttopDetail .cddetailPageView {
	position: absolute;
    right: 170px;
}
.importantNews .cdContentImg{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.importantNews .cdContentImg img {
	width: 100%;
}
.importantNews  .cdBottomResource {
	display: flex;
	margin-top: 10px;
    justify-content: flex-end;
}
.importantNews .cdBottomResource .Rupload a {
	color: #336BFF;
	font-size: 14px;
}
.importantNews  .cdBottomResource .RuploadAudio {
	margin-right: 102px;
	position: relative;
}
.importantNews  .cdBottomResource .RuploadAudio::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	width: 33px;
	height: 33px;
	background: url('../imgs/aboutUs/yinpin.png') no-repeat center/33px 33px;
}
.importantNews  .cdBottomResource .RuploadWord {
	position: relative;
	margin-right: 55px;
}
.importantNews  .cdBottomResource .RuploadWord::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	width: 33px;
	height: 33px;
	background: url('../imgs/aboutUs/wenjianpdf.png') no-repeat center/33px 33px;
}
.importantNews  .cdBottomResource .RuploadWordz {
	position: relative;
	margin-right: 55px;
}
.importantNews  .cdBottomResource .RuploadWordz::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	width: 31px;
	height: 31px;
	background: url('../imgs/aboutUs/zip.png') no-repeat center/31px 31px;
}
button {
	margin: 0;
	padding: 0;
	border: .0125rem solid transparent;
	outline: none;
	background-color: transparent;
}
body div,span {
	outline:none
}
button:active {
	opacity: 0.6;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px !important;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 14px !important;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px !important;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}
.pagination_footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
    /* margin-bottom: 103px;
    margin-left: 160px */
	justify-content: center;
}

.pagination_footer .length_text,
.pagination_box li {
    font-size: 26px;
    color: #525252;
    /* margin-right: 20px */
}

.pagination_box {
    display: flex;
    align-items: center;
    color: #525252;
    font-size: 26px
}

/* .pagination_box li {
    display: inline-block;
    margin-right: 22px;
    text-align: center;
    line-height: 37px;
    cursor: pointer
} */

.pagination_box .out_btn {
    display: flex
}

.pagination_box .out_btn .jumpInput {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
	line-height: 30px;
    margin-left: 11px;
    margin-right: 15px;
    font-size: 16px;
    color: #525252
}

.pagination_box .out_btn .jumpInput #inputClass {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0 8px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}


.pagination,
.pagination li {
    display: flex;
    align-items: center
}

.pagination {
    height: 50px;
}

.pagination li {
    justify-content: center;
    width: 30px;
    height: 30px;
	line-height: 30px;
    margin: 0 2px;
    font-size: 22px;
    border-radius: 3px;
    transition: all .3s
}

.pagination li.page-btn {
    color: #cdd5f7;
    font-size: 20px
}

.pagination li.page-btn.isClick,
.pagination li.page-number {
    color: #646b8a;
    cursor: pointer
}

.pagination li.page-btn.isClick:hover {
    color: #fff;
    background-color: var(--color)
}
.pagination li.page-number a {
	width: 100%;
    border-radius: 3px;
	height: 100%;
	text-align: center;
}
.pagination li.page-number.active a,
.pagination li.page-number:hover a{
    color: #fff;
    background-color: var(--color)
}

.pagination li.page-number.active {
    cursor: default
}

.pagination li.page-dot {
    color: #cdd5f7;
    font-size: 26px;
    cursor: pointer
}

.pagination li.page-dot:hover {
    color: var(--color)
}

.pagination li.page-dot::after {
    content: "..."
}

.pagination li.page-dot.page-dot-prev:hover::after {
    content: ">"
}

.pagination li.page-dot.page-dot-next:hover::after {
    content: "<"
}
.messageDialog {
	position: fixed;
	left: 50%;
	top: 50%;
	opacity: 0;
	color: #FFFFFF;
	transition: all 0.5s;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.6);
	max-width: 190px;
	width: 100%;
	font-size: 13px;
	padding: 5px;
	z-index: 9999;
	text-align: center;
	border: 1px solid #174E67;
	border-radius: 5px;
}
.hoverFrame {
	position: fixed;
	right: 0px;
	top: 200px;
	transition: left 0.1s linear,top 0.1s linear;
	z-index: 99999;
	/* will-change: left top; */
	width: 100px;
	height: 150px;
}
.hoverFrame .front {
	width: 80px;
	/* height: 150px; */
	margin: 0 auto;
}
.hoverFrame .off {
	position: absolute;
    right: -10px;
    top: -20px;
	display: none;
    width: 20px;
    height: 20px;
	line-height: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 8;
    transition: all 0.1s;
    cursor: pointer;
}
.hoverFrame:hover .off {
	display: block;
}
.hoverFrame .off::before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
}
.hoverFrame .off img {
	width: 12px;
	margin: 4px auto;
}
.hoverFrame .front img {
	width: 100%;
	height: 100%;
}

.listContent {
	margin: 10px 0;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
}
.listContent .listItem {
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.listContent .listItem>a {
	margin-bottom: 15px;
	display: flex;
	width: 100%;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.listContent .listItem:last-child>a {
	margin-bottom: 0px;
}
.listContent .listItem:last-of-type {
	margin-bottom: 0px;
}
.listContent .listItem .listDetail {
	color: #575757;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	max-width: 475px;
	box-sizing: border-box;
	padding-left: 16px;
}
.listContent .listItem:hover .listDetail {
	color: #336BFF;
}
.listContent .listItem .listDetail::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #B3B3B3;
	border-radius: 50%;
}
.listContent .listItem:hover .listDetail::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #336BFF;
	border-radius: 50%;
}
.listTime {
	color: #999999;
	font-size: 14px;
}
.listContent .listMore {
	text-align: right;
	font-size: 16px;
	color: #8E8E8E;
	cursor: pointer;
}
.listContent .listMore a {
	color: #8E8E8E;
	text-decoration: none;
	cursor: pointer;
}

.cdNavigation{
	position: relative;
}


.cdNavigation .BasicsInfo{
	position: absolute;
	bottom: -16px;
	right: 0;
	width: 500px;
}

.cdNavigation .BasicsInfo p{
	float: right;
	margin-left: 30px;
	color: #7F7F7F;
	font-size: 12px;
}